-
Notifications
You must be signed in to change notification settings - Fork 3.8k
CASSANDRA-20884 - Move JMX classes to the in-jvm-dtest API project (5.0) #4369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bbotella
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Remember to remove the snapshot from the dependency name once the api is released, and before merging.
cfb22db to
8185761
Compare
frankgh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good in general. There's one change that seem to have snuck in and I think we should revert it
.build/build-resolver.xml
Outdated
| all dependency resolution regardless of it being a -SNAPSHOT lib or not. | ||
| --> | ||
| <!-- <remoterepo id="resolver-apache-snapshot" url="${artifact.remoteRepository.apacheSnapshot}" releases="false" snapshots="true" updates="always" checksums="fail" /> --> | ||
| <!-- <remoterepo id="resolver-apache-snapshot" url="${artifact.remoteRepository.apacheSnapshot}" releases="false" snapshots="true" updates="always" checksums="fail" /> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's revert this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IntelliJ really likes adding that space because the "close" tag above it is actually out of alignment with the open tag above (I assume on purpose maybe?).
8185761 to
3a41983
Compare
3a41983 to
8755520
Compare
frankgh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 Looks good to me
|
Resolved with b4dcef7 |
This is the Cassandra 5.0 update to move JMX test classes to the dtest-api project.
It depends on apache/cassandra-in-jvm-dtest-api#41 and will require a new release of the dtest-api so it is not ready to merge yet, but can be reviewed at this point.